const go/types._InvalidTypeSwitch

3 uses

	go/types (current package)
		errorcodes.go#L1097: 	_InvalidTypeSwitch
		stmt.go#L690: 			check.errorf(&x, _InvalidTypeSwitch, "cannot use type switch on type parameter value %s", &x)
		stmt.go#L695: 				check.errorf(&x, _InvalidTypeSwitch, "%s is not an interface", &x)